Vapi Metadata Metamodel ElementValue

Vapi Metadata Metamodel ElementValue
Vapi Metadata Metamodel ElementValue

The Vapi Metadata Metamodel ElementValue schema describes the value of the metadata element.

JSON Example
{
    "type": "string",
    "long_value": 0,
    "string_value": "string",
    "list_value": [
        "string"
    ],
    "structure_id": "string",
    "structure_ids": [
        "string"
    ]
}
string
type
Required

Type of the value.

For more information see: Vapi Metadata Metamodel ElementValue Type.

integer As int64 As int64
long_value
Optional

Long value of the metadata element.

This property is optional and it is only relevant when the value of type is Vapi Metadata Metamodel ElementValue Type.LONG.

string
string_value
Optional

String value of the metadata element.

This property is optional and it is only relevant when the value of type is Vapi Metadata Metamodel ElementValue Type.STRING.

array of string
list_value
Optional

List of strings value of the metadata element.

This property is optional and it is only relevant when the value of type is Vapi Metadata Metamodel ElementValue Type.STRING_LIST.

string
structure_id
Optional

Identifier of the structure element.

This property is optional and it is only relevant when the value of type is Vapi Metadata Metamodel ElementValue Type.STRUCTURE_REFERENCE.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vapi.structure. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vapi.structure.

array of string
structure_ids
Optional

List of identifiers of the structure elements.

This property is optional and it is only relevant when the value of type is Vapi Metadata Metamodel ElementValue Type.STRUCTURE_REFERENCE_LIST.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vapi.structure. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vapi.structure.